	@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}


/*
.left{ float:left;}
.right{ float:right;}
 */

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}


/* header */

#header {
	width: 100%;
	height: 170px;
	background: #fff;
}
.top{
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}
.top-l{
	float: left;
	width: 790px;
	height: 170px;
}
.top-l-top{
	width: 790px;
	height: 80px;
	color: #0e69c6;
	font-size: 18px;
	margin-top: 20px;
}
.top-l-top img{
	float: left;
	margin-right: 20px;
}
.top-l-top p{
	color: #0e69c6;
	font-size: 22px;
	padding-top: 10px;
}
.top-nav{
	width: 790px;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}
.top-nav li{
	width: 110px;
	text-align: center;
	font-size: 18px;
	float: left;
	position: relative;
}
.top-nav li a:hover{
	color: #0e69c6;
	font-weight: bolder;
}
.top-nav li:hover .subnav {
    top:60px;
    left:-50px;
	}
.top-nav .subnav{
    width: 200px;
	height: 300px;
	display: block;
	position: absolute;
	z-index: 11;
	top:60px;
   -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
	}

.top-nav .subnav a{
	width: 0px;
	height: 45px;
	background: #fff;
	display: block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	box-shadow:0 0px 20px rgba(102,102,102,.75);
	transform:rotateY(90deg);
	opacity: 0;
	
    
}
.top-nav li:hover .subnav a:hover{
	background: #0065cb;
	color: #fff;
}
.top-nav li:hover .subnav a{
	 -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
	width: 200px;
	 opacity: 1;
	 color: #333;
	 -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

}




.top-nav li:hover .subnav a:nth-child(1) {
    transition-delay: 0s;
}
.top-nav li:hover .subnav a:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.top-nav li:hover .subnav a:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.top-nav li:hover .subnav a:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.top-nav li:hover .subnav a:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.top-nav li:hover .subnav a:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.top-nav li:hover .subnav a:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.top-nav li:hover .subnav a:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}


.top-nav li:hover .subnav a:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.top-nav li:hover .subnav a:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.top-nav li:hover .subnav a:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.top-nav li:hover .subnav a:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}



.top-c{
	float: left;
	width: 156px;
	height: 170px;
	background: #ccc;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 790px;
}
.top-r{
	float: right;
	width: 230px;
	height: 170px;
	padding-left: 20px;
}
.top-r img{
	margin: 30px 0px 10px;
	
}
.home_from{
	border: solid 1px #ddd;
	width: 200px;
	height: 30px;
	border-radius: 15px;
}
.home_from .bd2{
	width: 150px;
	height: 27px;
	background: #fff;
	float: left;
	margin-left: 10px;
}
.home_from .anniu2{
	width: 20px;
	height: 20px;
	background: url(../img/img3.jpg) left center no-repeat;
}


#about-box{
	width: 1200px;
	margin: 0 auto;
}
#about-box h2{
	font-size: 20px;
	color: #0099e5;
	text-align: center;
	background: url(images/22.jpg) center center no-repeat;
	font-size: 36px;
	font-weight: normal;
	margin-top: 50px;
}
#about-box>p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 20px;
}

.about{
	width: 1200px;
	height: 350px;
}
.about li{
	width: 380px;
	height: 280px;
	margin: 10px;
	float: left;
	border: solid 1px #fff;
	box-sizing: border-box;
	position: relative;
}
.about li img{
	width: 380px;
	height: 280px;
}
.about li:hover{
	-webkit-box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
	-moz-box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
	box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
}
.about li .tt1{
	width:380px;
	height: 40px !important;
	line-height: 40px;
	background: #333;
	color: #fff !important;
	font-size: 16px;
	text-align: center;
	position: absolute;
	z-index: 999;
	bottom: -5px;
	padding: 0;
	margin: 0;
	opacity: .7;
}




/* 产品 */

#home-pro{
	width: 1200px;
	margin: 50px auto;
}
#home-pro h2{
	font-size: 42px;
	color: #0167cf;
	text-align: left;
	line-height: 40px;
}
#home-pro p{
	font-size: 20px;
	color: #333;
	text-align: left;
	font-weight: normal;
	line-height: 40px;
}
#home-pro p:after{
	content: "";
	width: 150px;
	height: 3px;
	background: #0167cf;
	display: block;
}
#home-pro>a{
	float: right;
	width: 100px;
	height: 30px;
	border: solid 1px #ccc;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
}
#home-pro>a:hover{
	color: #ff0000;
}
#home-pro p>a:hover{
	color: #dd0000;
}
.home-lei{
	width: 1200px;
	height: 70px;
	background: #008cdb;
	margin: 30px auto;
	text-align: center;
}
.home-lei a{
	font-size: 18px;
	color: #fff;
	line-height: 70px;
	margin: 0px 15px;
}

#pro-box1{
	width: 1200px;
	margin: 50px auto;
}
#pro-box1 li{
		width: 380px;
		height: 330px;
		background: #fff;
		margin: 10px;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		border: solid 1px #ddd;
		box-sizing: border-box;
		
}
#pro-box1 li img{
		width: 380px;
		height: 280px;
		padding: 0;
		margin: 0;
}
#pro-box1 li p{
		width: 100%;
		height: 50px;
		text-align: center;
		background: #0e69c6;
		position: absolute;
		z-index: 99;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		-ms-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;
}
#pro-box1 li:hover p{
	width: 100%;
	height: 200px;
}
#pro-box1 li p a:nth-of-type(1){
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	display: block;
}

#pro-box1 li p span{
	line-height: 25px;
		text-align: center;
		font-size: 14px;
		color: #dbe9f7;
		width: 300px;
		height: 70px;
		display: block;
		margin: 0 auto;
}
#pro-box1 li p a:nth-of-type(2){
	font-size: 14px;
	color: #555;
	line-height: 35px;
	display: block;
	width: 120px;
	height: 35px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
}


#gg{
	width: 100%;
	height: 267px;
	background: url(../img/gg.jpg) center center no-repeat;
}
.gg-cont{
	width: 1200px;
	height: 220px;
	margin: 0 auto;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	padding-top: 47px;
	line-height: 50px;
}
.gg-cont>span{
	color: #00fefa;
}
.gg-cont p{
	font-size: 18px;
	color: #fff;
	background: url(../img/gg-tel.png) left center no-repeat;
	font-weight: initial;
	padding-left: 50px;
	margin-top: 20px;
}
.gg-cont p span{
	font-size: 30px;
	color: #fff;
}


#home-case{
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}
#home-case h2{
	font-size: 42px;
	color: #0167cf;
	text-align: left;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
#home-case h2 span{
	font-size: 16px;
	color: #666;
	font-weight: initial;
}
#home-case>p{
	font-size: 20px;
	color: #333;
	text-align: left;
	font-weight: normal;
}
#home-case>p:after{
	content: "";
	width: 150px;
	height: 3px;
	background: #0167cf;
	display: block;
	margin-top: 5px;
}
#home-case>a{
	float: right;
	width: 128px;
	height: 37px;
	border-radius: 15px;
	text-align: center;
	line-height: 37px;
	background: url(../img/more1.png) no-repeat;
	color: #fff;
}
#home-case>a:hover{
	color: #ff0000;
}

#home-case ul{
	width: 1200px;
	overflow: hidden;
	margin-top: 40px;
}
#home-case ul li{
	float: left;
	width: 370px;
	height: 270px;
	margin: 10px;
	position: relative;
}
#home-case ul li img{
	width: 370px;
	height: 230px;
	margin: 0;
	padding: 0;
}
#home-case ul li:first-child{
	width: 787px;
	height: 556px;
}
#home-case ul li:first-child img{
	width: 787px;
	height: 556px;
}
#home-case ul li p{
	background: #515151;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px 0px 10px 10px;
}
#home-case ul li p a{
	color: #fff;
}

#home-about{
	width: 100%;
	background: #f0f0f0;
	padding: 50px 0px;
}
#home-about h3{
	color: #333;
	font-size: 40px;
	width: 1200px;
	margin: 0px auto;
}
#home-about h2{
	color: #0069d4;
	font-size: 30px;
	width: 1200px;
	margin: 0 auto;
}
.about-cont{
	width: 1200px;
	height: 515px;
	margin: 50px auto;
	background: url(../img/aboutbg.jpg) left center no-repeat;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.about-cont-l{
	float: left;
	padding: 90px 0px 30px 10px;
	width: 600px;
	
}
.about-cont-l p{
	padding: 0 20px;
}
.about-cont ul{
	float: right;
	width: 290px;
}
.about-cont ul li{
	width: 290px;
	height: 110px;
	border: solid 1px #ddd;
	margin-bottom: 10px;
	background: #fff;
	font-size: 20px;
	padding-top: 50px;
}
.about-cont ul li p{
	font-size: 16px;
	color: #999;
}
.about-cont ul li img{
	float: left;
	margin: 0px 10px 0px 30px;
}
.about-cont ul li a:hover{
	color: #dd0000;
}


#home-news{
	width: 100%;
	height: 650px;
	margin: 0 auto;
}
.news-tt{
	width: 100%;
	height: 200px;
	background: url(../img/news1.jpg) left top repeat-y #fff;
}
.news-tt h3{
	font-size: 30px;
	color: #fff;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-weight: inherit;
	padding-top: 20px;
}
.news-tt h2{
	font-size: 38px;
	color: #fff;
	width: 1200px;
	margin: 0 auto;
	font-weight: inherit;
}
.news-tt>p{
	font-size: 14px;
	color: #fff;
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
}
.news-tt>a{
	font-size: 14px;
	color: #fff;
	width: 1200px;
	margin: 0px auto;
	display: block;
}
.news-tt>a img{
	vertical-align: middle;
}

#home-news ul{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto;
}
#home-news ul li{
	float: left;
	width: 580px;
	margin: 10px;
	height: 170px;
	border-bottom: dashed 1px #ddd;
}


.news-time{
	font-size: 40px;
	text-align: center;
	float: left;
	height: 150px;
	width: 100px;
	display: block;
	color: #777777;
}
.news-time span{
	font-size: 18px;
	display: table;
	text-align: center;
	width: 100px;
	color: #333;
}
#home-news ul li h4{
	font-size: 20px;
	font-weight: initial;
}
#home-news ul li h4 a{
	color: #333;
}
#home-news ul li h4 a:hover{
	color: #dd0000;
}
#home-news ul li p{
	font-size: 15px;
	color: #999;
	line-height: 30px;
}



/* footer */

#home-link{
	width: 100%;
	height: 80px;
	border-top:solid 1px #ddd;
	margin-top: 30px;
}
.link-cont{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
.link-cont h2{
	background: #0e69c6;
	font-size: 20px;
	text-align: center;
	width: 120px;
	height: 55px;
	float: left;
	color: #fff;
	margin-top: 10px;
	padding-top: 5px;
}
.link-cont h2 p{
	font-size: 16px;
	font-weight:normal;
	color: #b0ceec;
}
.link-cont a{
	font-size: 16px;
	color: #666;
	margin: 10px 20px;
	float: left;
	line-height: 60px;
}

#footer {
	width: 100%;
	height: 200px;
	text-align: center;
	background: #282828;
}
.foot{
	width: 1200px;
	height: 80px;
	margin: 0px auto;
	padding: 30px 0px;
}
.foot img{
	float: left;
}
.foot-r{
	float: right;
}
.foot .b-tel{
	background: url(../img/b-tel.jpg) left center no-repeat;
	color: #aeaeae;
	font-size: 34px;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 10px;
}
.foot .b-add{
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: right;
}

.copy {
	width: 1200px;
	height: 60px;
	font-size: 16px;
	color: #969696;
	line-height: 60px;
	text-align: center;
	border-top: solid 1px #484848;
	margin: 0 auto;
}

.copy a {
	color: #fff;
	font-size: 16px;
	color: #fff;
	
}


/*内页样式*/

#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 270px;
	height: auto;
	float: left;
}

.ny_right {
	width: 930px;
	height: auto;
	float: left;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	border-bottom: solid 1px #ccc;
	width: 930px;
	margin-bottom: 30px;
}

.bass a {
	color: #0065cb;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.bass100 {
	height: 60px;
	border-bottom: solid 1px #ccc;
	width: 100%;
	margin-bottom: 30px;
}

.bass100 p {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	font-size: 16px;
	color: #666;
}

.bass100 p a {
	color: #066eca;
	text-decoration: none;
	font-size: 18px;
}

.nr16 {
	width: 930px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	width: 930px;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}

.pc_tt {
	background: #0065cb;
	color: #fff;
	width: 210px;
	height: 50px;
	font-size: 20px;
	padding-left: 30px;
	line-height: 50px;
}

.left_cplei {
	width: 240px;
	height: auto;
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding: 5px 0px;
	box-sizing: border-box;
}

.left_cplei li {
	width: 215px;
	height: 40px;
	background: #ddd;
	margin: 5px auto;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
}

.left_cplei li a {
	padding-left: 20px;
	color: #333;
}

.left_cplei li a:hover {
	color: #cc0000;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #000;
	line-height: 35px;
	display: block;
	padding-left: 10px;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.lx_nr {
	width: 240px;
	height: auto;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 15px;
	box-sizing: border-box;
}

.nyba {
	width: 100%;
	height: 300px;
	background: url(../img/nyba.jpg) top center no-repeat #333;
}

.ny_news2 {
	width: 900px;
	height: 50px;
	border-bottom: solid 1px #ddd;
}

.ny_news2 .ny_news_tt {
	font-size: 18px;
	color: #333;
	line-height: 50px;
	width: 800px;
	float: left;
}

.ny_news2 .ny_news_tt a {
	color: #333;
}

.ny_news2 .ny_news_tt a:hover {
	color: #ff0000;
}

.ny_news2 .ny_news_time {
	font-size: 14px;
	color: #999;
	line-height: 50px;
	width: 100px;
	float: left;
}

.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}


/*首页新闻*/

.ny_news a {
	width: 880px;
	height: 120px;
	padding: 10px;
	margin: 0px auto 20px auto;
	border: solid 1px #ddd;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	display: block;
}

.nyxw_left {
	width: 200px;
	height: 120px;
	float: left;
}

.nyxw_left img {
	width: 180px;
	height: 100px;
	padding: 5px;
	border: solid 1px #ddd;
}

.nyxw_right {
	width: 680px;
	height: 120px;
	float: left;
}

.ny_news a h2 {
	width: 680px;
	height: 30px;
	color: #00af35;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
}

.ny_news a p {
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #666;
}

.ny_news a:hover {
	color: #666;
	transform: scaleX(1.1) scaleY(1.1);
	-webkit-box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
	-moz-box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
	box-shadow: 0 2px 20px rgba(102, 102, 102, .55);
}

.news36 {
	color: #5f5f5f;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.news16 {
	color: #909090;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin: 10px;
	border: solid 1px #ddd;
	overflow: hidden;
}

.news_l {
	width: 220px;
	height: 180px;
	float: left;
}

.news_l img {
	width: 200px;
	height: 160px;
	margin: 10px;
}

.news_r {
	width: 660px;
	height: 180px;
	float: left;
}

.news_tt {
	font-size: 18px;
	color: #000;
}

.news_tt a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news_tt a:hover {
	color: #ff0000;
}

.news_nr {
	font-size: 16px;
	color: #666;
	line-height: 27px;
}

.news_time {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;